xen: Remove useless check from dom0 builder.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 3 Jul 2007 11:04:03 +0000 (12:04 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 3 Jul 2007 11:04:03 +0000 (12:04 +0100)
Signed-off-by: Keir Fraser <keir@xensource.com>
xen/arch/x86/domain_build.c

index e57e33e617e4336792c25ce3139b0b58806c749a..82689328095a51beca809f8427664c0f839ad578 100644 (file)
@@ -375,9 +375,6 @@ int __init construct_dom0(
             panic("Domain 0 expects too high a hypervisor start address.\n");
     }
 
-    if ( parms.f_required[0] /* Huh? -- kraxel */ )
-            panic("Domain 0 requires an unsupported hypervisor feature.\n");
-
     /*
      * Why do we need this? The number of page-table frames depends on the 
      * size of the bootstrap address space. But the size of the address space